-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add shadow memory set_field operation #7846
Add shadow memory set_field operation #7846
Conversation
1026142
to
20329f3
Compare
20329f3
to
63314d4
Compare
@@ -1,4 +1,4 @@ | |||
FUTURE | |||
CORE | |||
main.c | |||
--no-shadow-memory-matching '.*\.c:.*__cs_.*' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Flag doesn't exist yet, should be left FUTURE
now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed
63314d4
to
b1dd37f
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #7846 +/- ##
===========================================
+ Coverage 78.19% 78.85% +0.66%
===========================================
Files 1698 1699 +1
Lines 195117 195222 +105
===========================================
+ Hits 152566 153937 +1371
+ Misses 42551 41285 -1266
☔ View full report in Codecov by Sentry. |
7674eae
to
a2f4bf4
Compare
…ed and reactivated as part of another PR).
a2f4bf4
to
a3964fe
Compare
PR adding supoport for shadow memory
__CPROVER_set_field
function.As for the
__CPROVER_get_field
code is experimental and will be improved in subsequent PRs